﻿2026-07-19T11:03:26.1692017Z ##[group]Run actions/checkout@v5
2026-07-19T11:03:26.1692817Z with:
2026-07-19T11:03:26.1693175Z   fetch-depth: 0
2026-07-19T11:03:26.1693586Z   repository: BigscreenVR/spt-bs-core
2026-07-19T11:03:26.1696444Z   token: ***
2026-07-19T11:03:26.1696814Z   ssh-strict: true
2026-07-19T11:03:26.1697189Z   ssh-user: git
2026-07-19T11:03:26.1697602Z   persist-credentials: true
2026-07-19T11:03:26.1698014Z   clean: true
2026-07-19T11:03:26.1698396Z   sparse-checkout-cone-mode: true
2026-07-19T11:03:26.1698833Z   fetch-tags: false
2026-07-19T11:03:26.1699321Z   show-progress: true
2026-07-19T11:03:26.1699700Z   lfs: false
2026-07-19T11:03:26.1700053Z   submodules: false
2026-07-19T11:03:26.1700448Z   set-safe-directory: true
2026-07-19T11:03:26.1701069Z ##[endgroup]
2026-07-19T11:03:26.2474773Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T11:03:26.2476363Z ##[group]Getting Git version info
2026-07-19T11:03:26.2477054Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-19T11:03:26.2478092Z [command]/usr/bin/git version
2026-07-19T11:03:26.2478524Z git version 2.43.0
2026-07-19T11:03:26.2481737Z ##[endgroup]
2026-07-19T11:03:26.2492288Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/28c8dd79-21a8-4c49-9349-ebca21c5582d' before making global git config changes
2026-07-19T11:03:26.2493826Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T11:03:26.2495203Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-19T11:03:26.2525809Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-19T11:03:26.2544673Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T11:03:26.2554720Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T11:03:26.2557186Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T11:03:26.2575076Z HEAD
2026-07-19T11:03:26.2605260Z ##[endgroup]
2026-07-19T11:03:26.2606229Z [command]/usr/bin/git submodule status
2026-07-19T11:03:26.2790887Z ##[group]Cleaning the repository
2026-07-19T11:03:26.2792728Z [command]/usr/bin/git clean -ffdx
2026-07-19T11:03:26.2826431Z [command]/usr/bin/git reset --hard HEAD
2026-07-19T11:03:26.2873844Z HEAD is now at 930898d Merge 4637a4c76e65e4b75867121cefd8351219240643 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T11:03:26.2878226Z ##[endgroup]
2026-07-19T11:03:26.2879647Z ##[group]Disabling automatic garbage collection
2026-07-19T11:03:26.2882732Z [command]/usr/bin/git config --local gc.auto 0
2026-07-19T11:03:26.2906289Z ##[endgroup]
2026-07-19T11:03:26.2906894Z ##[group]Setting up auth
2026-07-19T11:03:26.2911144Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-19T11:03:26.2934956Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-19T11:03:26.3114163Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T11:03:26.3139090Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-19T11:03:26.3323330Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T11:03:26.3348230Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-19T11:03:26.3534480Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-19T11:03:26.3563433Z ##[endgroup]
2026-07-19T11:03:26.3564485Z ##[group]Fetching the repository
2026-07-19T11:03:26.3570160Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +930898df6066b012220d4a769fad312e02c9431b:refs/remotes/pull/34/merge
2026-07-19T11:03:27.1110357Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T11:03:27.1112561Z  * [new branch]      build/teardown-authority-w1 -> origin/build/teardown-authority-w1
2026-07-19T11:03:27.1147979Z ##[endgroup]
2026-07-19T11:03:27.1149155Z ##[group]Determining the checkout info
2026-07-19T11:03:27.1150432Z ##[endgroup]
2026-07-19T11:03:27.1154085Z [command]/usr/bin/git sparse-checkout disable
2026-07-19T11:03:27.1228145Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-19T11:03:27.1257792Z ##[group]Checking out the ref
2026-07-19T11:03:27.1259357Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T11:03:27.1300566Z HEAD is now at 930898d Merge 4637a4c76e65e4b75867121cefd8351219240643 into 622a7061713d5d5aa7697fedfc0d303e5d67719c
2026-07-19T11:03:27.1304079Z ##[endgroup]
2026-07-19T11:03:27.1331350Z [command]/usr/bin/git log -1 --format=%H
2026-07-19T11:03:27.1351394Z 930898df6066b012220d4a769fad312e02c9431b
